home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 March / SGI IRIX Patches 1995 Mar.iso / relnotes / patchSG0000044 / ch1.z / ch1
Text File  |  1995-03-10  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_0_0_4_4__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note describes patch SG0000044 to IRIX 5.2.
  11.  
  12.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  13.  
  14.        This patch contains bug fixes for all SGI multiprocessor
  15.        platforms.
  16.  
  17.        1.2  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_0_4_4
  18.  
  19.        This patch contains fixes for the following bugs in IRIX
  20.        5.2.  Bug numbers from Silicon Graphics bug tracking system
  21.        are included for reference.
  22.  
  23.           +o  208514 -- Certain IL (or other sproc) programs could
  24.             cause kernel panics in the kernel device independent
  25.             graphics code.  Programs that implicitly open and close
  26.             /dev/graphics lots of times (for example through
  27.             getgdesc()) and have sproc threads could cause this
  28.             panic.  The failure is that the kernel panics with a
  29.             Read Address Error of some very low memory location
  30.             (like 0x18).  The fix required just doing some extra
  31.             checking of pointers while locks were held (as opposed
  32.             to checking without the lock being held).
  33.  
  34.  
  35.           +o 211712 -- sproc'ed gfx programs could cause kernel
  36.             panics when exiting.
  37.  
  38.           +o 210447 -- The f18 demo causes a kernel panic when run
  39.             on the second head of a multi-head system.  This bug
  40.             has to do with performer, sproc, and multi-head
  41.             systems.  Regardless of the head you run a Performer
  42.             based program on, Performer will open head 0.  If the
  43.             app then runs on a different head, and then closes
  44.             access to head 0, we could accidentally blow away the
  45.             reference to the other head the app used.  The panic
  46.             that would happen is that the kernel would get the
  47.             second close for the second graphics head but would
  48.             fail an ASSERT that said that there was no such
  49.             graphics head attached to the process.  The fix boils
  50.             down to setting a pointer equal to its "next" field
  51.             instead of NULL.  This problem shouldn't affect very
  52.             many programs aside from those that are run on a
  53.             different head than head zero, then open head zero (for
  54.             whatever reason) and close in reverse order (i.e. head
  55.             zero first).
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        1.3  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_0_0_4_4
  75.  
  76.        This patch release includes these subsystems:
  77.  
  78.           +o patchSG0000044.eoe1_sw.unix
  79.  
  80.  
  81.        1.4  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  82.  
  83.        Because you want to install patches for only the problems
  84.        you have encountered, patch software is not installed by
  85.        default. After reading the descriptions of the bugs fixed in
  86.        this patch, determine the patches that meet your specific
  87.        needs.
  88.  
  89.        Patch software is installed like any other Silicon Graphics
  90.        software product.  This patch does not have to be installed
  91.        from the miniroot.  However, if this is your first patch
  92.        install, you will need to install a new _i_n_s_t from the
  93.        miniroot before installing this patch.  The patched _i_n_s_t is
  94.        included as a separate patch with this release.  Follow the
  95.        instructions in your _I_R_I_S _S_o_f_t_w_a_r_e _I_n_s_t_a_l_l_a_t_i_o_n _G_u_i_d_e to
  96.        bring up the miniroot form of the software installation
  97.        tools.
  98.  
  99.        Since this patch affects kernel files, a new kernel is
  100.        automatically built by _i_n_s_t.  Once a new kernel has been
  101.        built the machine must be rebooted in order for this patch
  102.        to take affect (see _r_e_b_o_o_t(1M)).
  103.  
  104.        Follow these steps to select a patch for installation:
  105.  
  106.          1.  At the Inst>prompt, type
  107.  
  108.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  109.  
  110.              where _x_x_x_x_x_x_x is the patch number.
  111.  
  112.          2.  Select the desired patches for installation.
  113.  
  114.          3.  Initiate the installation sequence. Type
  115.  
  116.              IIIInnnnsssstttt>>>> ggggoooo
  117.  
  118.          4.  You may find that two patches have been marked as
  119.              incompatible.  If this occurs, you must deselect one
  120.              of the patches.
  121.  
  122.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.              where _x_x_x_x_x_x_x is the patch number.
  141.  
  142.          5.  After completing the installation process, exit the
  143.              _i_n_s_t program by typing
  144.  
  145.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  146.  
  147.  
  148.        After the patch is installed the exitops will reconfigure
  149.        the kernel using `autoconfig'.  You must then reboot for the
  150.        changes to take effect.
  151.  
  152.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  153.        would for any other software subsystem.  The removal process
  154.        reinstates the original version of software unless you have
  155.        specifically removed the patch history from your system.
  156.  
  157.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  158.  
  159.        where _x_x_x_x_x_x_x is the patch number.
  160.  
  161.        To keep a patch but increase your disk space, use the
  162.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  163.  
  164.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  165.  
  166.        where _x_x_x_x_x_x_x is the patch number.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.